home *** CD-ROM | disk | FTP | other *** search
- Path: cdn_news.telecom.com.au!jolson
- From: jolson@vprpmel1.telecom.com.au (Jeff Olson)
- Newsgroups: comp.lang.c
- Subject: Re: void main() and other atrocities!
- Date: Tue, 06 Feb 96 19:11:31 GMT
- Organization: Ferntree Computer Corporation
- Message-ID: <4f5vc2$qcj@cdn_news.telecom.com.au>
- References: <4eduaj$1aq@grouper.Exis.Net> <4em17r$shq@jaxnet.jaxnet.com> <4emub9$1mo@fountain.mindlink.net> <4epplj$egf@host-3.cyberhighway.net> <4erjn2INN38b@keats.ugrad.cs.ubc.ca> <9602021300.AA04359@dxmint.cern.ch>
- NNTP-Posting-Host: 144.136.81.159
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- How about:
-
- int main (int argc, char **argv)
-
- I saw in the FAQ that a multi-dimentional array will not decay into a pointer
- to a pointer. This main() is valid with my Sparcworks compiler so I would
- like to know if my compiler is supporting non-standard behavior or if argv is
- a pointer to an array of characters (meaning it can decay into a pointer to a
- pointer).
-
- Thanks,
-
- Jeff
-
- Jeff Olson
- Ferntree Computer Corporation
- email: jolson@vprpmel1.telecom.com.au
- phone: +61 (03) 9634-9144
- fax: +61 (03) 9634-9412
- *** All opinions are my own ***
-